From: emellor@ewan Date: Wed, 28 Sep 2005 15:59:34 +0000 (+0100) Subject: Remove unused xend_domain_device. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16769^2~16^2~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=182124af7b7e69579f704e2a3f49322f2c3b22d9;p=xen.git Remove unused xend_domain_device. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendClient.py b/tools/python/xen/xend/XendClient.py index 4a78e8ab27..e0b4babc49 100644 --- a/tools/python/xen/xend/XendClient.py +++ b/tools/python/xen/xend/XendClient.py @@ -302,12 +302,6 @@ class Xend: {'op' : 'devices', 'type' : type }) - def xend_domain_device(self, id, type, idx): - return self.xendPost(self.domainurl(id), - {'op' : 'device', - 'type' : type, - 'idx' : idx }) - def xend_domain_device_create(self, id, config): return self.xendPost(self.domainurl(id), {'op' : 'device_create',